home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 4 / BBS in a Box - Macintosh - Volume IV (January 1992) (BBS in a Box).iso / Files / Prog / T / Terminal 2.1 Source Code.cpt / Terminal 2.01 Source / Terminal ƒ / Sources / Document.h < prev    next >
Encoding:
Text File  |  1990-12-31  |  280 b   |  13 lines  |  [TEXT/KAHL]

  1. /*
  2.     Terminal 2.0
  3.     "Document.h"
  4. */
  5.  
  6. void ActivateDocument (DocumentPeek, short);
  7. void ClearBuffer (void);
  8. void DrawDocument (DocumentPeek, short);
  9. void MakeMessage (DocumentPeek, Byte *);
  10. void NewCharacters (Byte *, short, Boolean);
  11. void NewKey (Byte);
  12. void RedrawDocument (void);
  13.